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

  /external/icu4c/common/
uresimp.h 67 #define RES_PATH_SEPARATOR '/'
uresbund.c 898 if(*chAlias == RES_PATH_SEPARATOR) {
900 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR);
919 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
    [all...]
uresdata.c 559 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
    [all...]
  /frameworks/native/libs/utils/
String8.cpp 41 #define RES_PATH_SEPARATOR '/'
620 #if OS_PATH_SEPARATOR != RES_PATH_SEPARATOR
626 *buf = RES_PATH_SEPARATOR;

Completed in 483 milliseconds