HomeSort by relevance Sort by last modified time
    Searched refs:UCharNames (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
unames.cpp 86 } UCharNames;
89 * Get the groups table from a UCharNames struct.
94 * @param names (const UCharNames *) pointer to the UCharNames indexes
107 static UCharNames *uCharNames=NULL;
171 if(uCharNames) {
172 uCharNames = NULL;
197 U_ASSERT(uCharNames == NULL);
203 uCharNames = (UCharNames *)udata_getMemory(uCharNamesData)
    [all...]
  /external/icu/icu4c/source/common/
unames.cpp 86 } UCharNames;
89 * Get the groups table from a UCharNames struct.
94 * @param names (const UCharNames *) pointer to the UCharNames indexes
107 static UCharNames *uCharNames=NULL;
171 if(uCharNames) {
172 uCharNames = NULL;
197 U_ASSERT(uCharNames == NULL);
203 uCharNames = (UCharNames *)udata_getMemory(uCharNamesData)
    [all...]

Completed in 99 milliseconds